Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create steps and groups (KAC-93) #610

Merged
merged 17 commits into from
Mar 31, 2022
Merged

Create steps and groups (KAC-93) #610

merged 17 commits into from
Mar 31, 2022

Conversation

JakubMatejka
Copy link
Contributor

@JakubMatejka JakubMatejka commented Mar 27, 2022

Víceméně se to dá po těch commitech. V prvních čtyřech je to trochu divočejší, ale potom jsem se už ukáznil. 😃

@JakubMatejka JakubMatejka force-pushed the jakub-steps branch 3 times, most recently from c4d08c6 to d54467b Compare March 28, 2022 15:19
@JakubMatejka JakubMatejka force-pushed the jakub-steps branch 3 times, most recently from f8d4ff0 to 9f66909 Compare March 30, 2022 06:06
@JakubMatejka JakubMatejka marked this pull request as ready for review March 30, 2022 09:21
@JakubMatejka
Copy link
Contributor Author

Ten inputs_select se fixovat nemusí, na začátku parse() metody se ta mapa inicializuje (což mi jaksi uniklo 😅)

func (d *inputsSelectDialog) parse(result string) error {
d.objectInputs = make(objectInputsMap)

@michaljurecko
Copy link
Contributor

Ten inputs_select se fixovat nemusí, na začátku parse() metody se ta mapa inicializuje (což mi jaksi uniklo sweat_smile)

func (d *inputsSelectDialog) parse(result string) error {
d.objectInputs = make(objectInputsMap)

Aj mne :) ked sme spolu volali, ... ale aj tak to je zle, nemal by byt definovany v strukture ale iba lokalne (mozno tam bude potrebne upravit este nieco naviac, pozrieme ked bude cas)

pkg/lib/operation/template/local/create/operation.go Outdated Show resolved Hide resolved
internal/pkg/cli/dialog/inputs.go Outdated Show resolved Hide resolved
internal/pkg/cli/dialog/inputs.go Outdated Show resolved Hide resolved
internal/pkg/cli/dialog/inputs_detail_test.go Outdated Show resolved Hide resolved
internal/pkg/cli/dialog/steps.go Outdated Show resolved Hide resolved
internal/pkg/cli/dialog/steps.go Outdated Show resolved Hide resolved
internal/pkg/template/input/step.go Show resolved Hide resolved
internal/pkg/template/input/step.go Show resolved Hide resolved
internal/pkg/cli/dialog/steps.go Outdated Show resolved Hide resolved
Copy link
Contributor

@michaljurecko michaljurecko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je mi luto, ze to musim este vratit: step ID musi byt unikatne napriec celou definiciou.

image

@JakubMatejka
Copy link
Contributor Author

A jo, já myslel že jak jsme ty idčka odstranili z jsonnetu, tak už to není potřeba a nedošlo mi že kvůli tomu dialogu je to třeba pořád. 🙈

@JakubMatejka
Copy link
Contributor Author

Tak už 😊 1789eb4

Copy link
Contributor

@michaljurecko michaljurecko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🏁

@JakubMatejka JakubMatejka merged commit 020e0d8 into main Mar 31, 2022
@JakubMatejka JakubMatejka deleted the jakub-steps branch March 31, 2022 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants